Learn R Programming

DataSetsUni (version 0.1)

COVID-19 New Deaths: Daily new deaths caused by COVID-19 in the UK

Description

The function allows to provide the number of daily new deaths caused by COVID-19 in the UK from 15 February 2020 to 7 September 2021.

Usage

data_COVIDDeath

Value

data_COVIDDeath gives the daily new deaths caused by COVID-19 in the UK.

Arguments

data_COVIDDeath

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data set is the number of daily new deaths caused by COVID-19 in the UK from 15 February 2020 to 7 September 2021. Recently, it is used by Abbas et al. (2023) and fitted new extended Kumaraswamy exponential distribution.

References

Abbas, S., Muhammad, M., Jamal, F., Chesneau, C., Muhammad, I., & Bouchane, M. (2023). A New Extension of the Kumaraswamy Generated Family of Distributions with Applications to Real Data. Computation, 11(2), 26.

See Also

data_COVID19MH, data_COVIDfat, data_COVIDmor

Examples

Run this code
x<-data_COVIDDeath
summary(x)

Run the code above in your browser using DataLab